UseCoolbarPicture Property

       

Sets or returns whether a Band object will use the CoolBar control’s Picture property.

Syntax

object.UseCoolbarPicture [= boolean]

The UseCoolbarPicture property syntax has these parts:

Part Description
object An object expression that evaluates to a Band object.
boolean A Boolean expression specifying whether the band’s Picture property will override the CoolBar control’s Picture.

Settings

The settings for boolean are:

Setting Description
True (Default) Band will display the CoolBar control’s Picture.
False Band will display its own Picture.